auto merge of #717 : alexcrichton/cargo/souped-up-resolve, r=wycats
authorbors <bors@rust-lang.org>
Wed, 22 Oct 2014 19:14:21 +0000 (19:14 +0000)
committerbors <bors@rust-lang.org>
Wed, 22 Oct 2014 19:14:21 +0000 (19:14 +0000)
This series of commits is rebased on top of https://github.com/rust-lang/cargo/pull/712 to avoid conflicts, and it adds the ability to solve version constraints as part of the resolution process. This is a critical step forward in bringing the registry online as it makes it possible for cargo to figure out what to do in the face of many uploaded versions of a package to the registry.

r? @wycats


Trivial merge